In This Topic
Occurs after the user has copied the selection content to the clipboard by pressing one of the clipboard shortcut keys (see the autoClipboard property).
Syntax
'Declaration
Public Overridable Property OnClientCopied As System.String
'Usage
Dim instance As FlexGridBase(Of T)
Dim value As System.String
instance.OnClientCopied = value
value = instance.OnClientCopied
public virtual System.string OnClientCopied {get; set;}
public read-write property OnClientCopied: System.String; virtual;
public function get,set OnClientCopied : System.String
public: __property virtual System.string* get_OnClientCopied();
public: __property virtual void set_OnClientCopied(
System.string* value
);
public:
virtual property System.String^ OnClientCopied {
System.String^ get();
void set ( System.String^ value);
}
See Also